Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Swift Package #70

Merged
merged 3 commits into from
Dec 19, 2019
Merged

Support Swift Package #70

merged 3 commits into from
Dec 19, 2019

Conversation

bcylin
Copy link
Contributor

@bcylin bcylin commented Nov 1, 2019

Added Package.swift that specifies two separate libraries/targets due to different source file paths:

  • Source/iOS+tvOS/**/*
  • Source/macOS/**/*

Therefore, selecting the platform-specific library is required when adding the package to a project.

Introduce Package.swift so Hue can be added to Xcode projects using Swift Package Manager:

@codecov-io
Copy link

codecov-io commented Nov 1, 2019

Codecov Report

Merging #70 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   93.13%   93.13%           
=======================================
  Files           4        4           
  Lines         539      539           
=======================================
  Hits          502      502           
  Misses         37       37
Impacted Files Coverage Δ
Source/iOS+tvOS/UIImage+Hue.swift 97.88% <ø> (ø) ⬆️
Source/iOS+tvOS/UIColor+Hue.swift 77.02% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea96f8b...8ea3c5b. Read the comment docs.

README.md Outdated Show resolved Hide resolved
@zenangst zenangst merged commit c088cb9 into zenangst:master Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants